regexp/syntax.parser.op (method)
15 uses
regexp/syntax (current package)
parse.go#L393: func (p *parser) op(op Op) *Regexp {
parse.go#L941: p.op(opLeftParen).Cap = p.numCap
parse.go#L953: p.op(OpBeginText)
parse.go#L955: p.op(OpBeginLine)
parse.go#L960: p.op(OpEndText).Flags |= WasDollar
parse.go#L962: p.op(OpEndLine)
parse.go#L967: p.op(OpAnyChar)
parse.go#L969: p.op(OpAnyCharNotNL)
parse.go#L1015: p.op(OpBeginText)
parse.go#L1019: p.op(OpWordBoundary)
parse.go#L1023: p.op(OpNoWordBoundary)
parse.go#L1043: p.op(OpEndText)
parse.go#L1188: re := p.op(opLeftParen)
parse.go#L1244: p.op(opLeftParen)
parse.go#L1337: p.op(opVerticalBar)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |